home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / manageme / tcpdump-.001 / tcpdump-~ / tcpdump-3.0.2-linux / tcpdump-3.0.2 / CHANGES < prev    next >
Encoding:
Text File  |  1995-04-22  |  7.9 KB  |  222 lines

  1. @(#) $Header: CHANGES,v 1.6+ 94/06/20 19:34:38 leres Exp $ (LBL)
  2.  
  3. v3.0.2 Thu Apr 20 21:28:16 PDT 1995
  4.  
  5. - Change configuration to not use gcc v2 flags with gcc v1.
  6.  
  7. - Redo gmt2local() so that it works under BSDI (which seems to return
  8.   an empty timezone struct from gettimeofday()). Based on report from
  9.   Terry Kennedy (terry@spcvxa.spc.edu).
  10.  
  11. - Change configure to recognize IP[0-9]* as "mips" SGI hardware. Based
  12.   on report from Mark Andrews (mandrews@alias.com).
  13.  
  14. - Don't pass cc flags to gcc. Resulted from a bug report from Rainer
  15.   Orth (ro@techfak.uni-bielefeld.de).
  16.  
  17. - Fixed printout of connection id for uncompressed tcp slip packets.
  18.   Resulted from a bug report from Richard Stevens (rstevens@noao.edu).
  19.  
  20. - Hack around deficiency in Ultrix's make.
  21.  
  22. - Add ETHERTYPE_TRAIL define which is missing from irix5.
  23.  
  24. v3.0.1 Wed Aug 31 22:42:26 PDT 1994
  25.  
  26. - Fix problems with gcc2 vs. malloc() and read() prototypes under SunOS 4.
  27.  
  28. v3.0 Mon Jun 20 19:23:27 PDT 1994
  29.  
  30. - Reorganize protocol dumpers to take const pointers to packets so they
  31.   never change the contents (i.e., they used to do endian conversions
  32.   in place).  Previously, whenever more than one pass was taken over
  33.   the packet, the packet contents would be dumped incorrectly (i.e.,
  34.   the output form -x would be wrong on little endian machines because
  35.   the protocol dumpers would modify the data).  Thanks to Charles Hannum
  36.   (mycroft@gnu.ai.mit.edu) for reporting this problem.
  37.  
  38. - Added support for decnet protocol dumping thanks to Jeff Mogul
  39.   (mogul@pa.dec.com).
  40.  
  41. - Fix bug that caused length of packet to be incorrectly printed
  42.   (off by ether header size) for unknown ethernet types thanks
  43.   to Greg Miller (gmiller@kayak.mitre.org).
  44.  
  45. - Added support for IPX protocol dumping thanks to Brad Parker
  46.   (brad@fcr.com).
  47.  
  48. - Added check to verify IP header checksum under -v thanks to
  49.   Brad Parker (brad@fcr.com).
  50.  
  51. - Move packet capture code to new libpcap library (which is
  52.   packaged separately).
  53.  
  54. - Prototype everything and assume an ansi compiler.
  55.  
  56. - print-arp.c: Print hardware ethernet addresses if they're not
  57.   what we expect.
  58.  
  59. - print-bootp.c: Decode the cmu vendor field. Add RFC1497 tags.
  60.   Many helpful suggestions from Gordon Ross (gwr@jericho.mc.com).
  61.  
  62. - print-fddi.c: Improvements. Thanks to Jeffrey Mogul
  63.   (mogul@pa.dec.com).
  64.  
  65. - print-icmp.c: Byte swap netmask before printing. Thanks to
  66.   Richard Stevens (rstevens@noao.edu). Print icmp type when unknown.
  67.  
  68. - print-ip.c: Print the inner ip datagram of ip-in-ip encapsulated packets.
  69.   By default, only the inner packet is dumped, appended with the token
  70.   "(encap)".  Under -v, both the inner and output packets are dumped
  71.   (on the same line).  Note that the filter applies to the original packet,
  72.   not the encapsulated packet.  So if you run tcpdump on a net with an
  73.   IP Multicast tunnel, you cannot filter out the datagrams using the
  74.   conventional syntax.  (You can filter away all the ip-in-ip traffic
  75.   with "not ip proto 4".)
  76.  
  77. - print-nfs.c: Keep pending rpc's in circular table. Add generic
  78.   nfs header and remove os dependences. Thanks to Jeffrey Mogul.
  79.  
  80. - print-ospf.c: Improvements. Thanks to Jeffrey Mogul.
  81.  
  82. - tcpdump.c: Add -T flag allows interpretation of "vat", "wb", "rpc"
  83.   (sunrpc) and rtp packets. Added "inbound" and "outbound" keywords
  84.   Add && and || operators
  85.  
  86. v2.2.1 Tue Jun 6 17:57:22 PDT 1992
  87.  
  88. - Fix bug with -c flag.
  89.  
  90. v2.2 Fri May 22 17:19:41 PDT 1992
  91.  
  92. - savefile.c: Remove hack that shouldn't have been exported. Add
  93.   truncate checks.
  94.  
  95. - Added the 'icmp' keyword.  For example, 'icmp[0] != 8 and icmp[0] != 0'
  96.   matches non-echo/reply ICMP packets.
  97.  
  98. - Many improvements to filter code optimizer.
  99.  
  100. - Added 'multicast' keyword and extended the 'broadcast' keyword can now be
  101.   so that protocol qualitfications are allowed. For example, "ip broadcast"
  102.   and "ether multicast" are valid filters.
  103.  
  104. - Added support for monitoring the loopback interface (i.e. 'tcpdump -i lo').
  105.   Jeffrey Honig (jch@MITCHELL.CIT.CORNELL.EDU) contributed the kernel
  106.   patches to netinet/if_loop.c.
  107.  
  108. - Added support for the Ungermann-Bass Ethernet on IBM/PC-RTs running AOS.
  109.   Contact Jeffrey Honig (jch@MITCHELL.CIT.CORNELL.EDU) for the diffs.
  110.  
  111. - Added EGP and OSPF printers, thanks to Jeffrey Honig.
  112.  
  113. v2.1 Tue Jan 28 11:00:14 PST 1992
  114.  
  115. - Internal release (never publically exported).
  116.  
  117. v2.0.1 Sun Jan 26 21:10:10 PDT
  118.  
  119. - Various byte ordering fixes.
  120.  
  121. - Add truncation checks.
  122.  
  123. - inet.c: Support BSD style SIOCGIFCONF.
  124.  
  125. - nametoaddr.c: Handle multi addresses for single host.
  126.  
  127. - optimize.c: Rewritten.
  128.  
  129. - pcap-bpf.c: don't choke when we get ptraced. only set promiscuous
  130.   for broadcast nets.
  131.  
  132. - print-atal.c: Fix an alignment bug (thanks to
  133.   stanonik@nprdc.navy.mil) Add missing printf() argument.
  134.  
  135. - print-bootp.c: First attempt at decoding the vendor buffer.
  136.  
  137. - print-domain.c: Fix truncation checks.
  138.  
  139. - print-icmp.c: Calculate length of packets from the ip header.
  140.  
  141. - print-ip.c: Print frag id in decimal (so it's easier to match up
  142.   with non-frags). Add support for ospf, egp and igmp.
  143.  
  144. - print-nfs.c: Lots of changes.
  145.  
  146. - print-ntp.c: Make some verbose output depend on -v.
  147.  
  148. - print-snmp.c: New version from John LoVerso.
  149.  
  150. - print-tcp.c: Print rfc1072 tcp options.
  151.  
  152. - tcpdump.c: Print "0x" prefix for %x formats. Always print 6 digits
  153.   (microseconds) worth of precision. Fix uid bugs.
  154.  
  155. - A packet dumper has been added (thanks to Jeff Mogul of DECWRL).
  156.   With this option, you can create an architecture independent binary
  157.   trace file in real time, without the overhead of the packet printer.
  158.   At a later time, the packets can be filtered (again) and printed.
  159.  
  160. - BSD is supported.  You must have BPF in your kernel.
  161.   Since the filtering is now done in the kernel, fewer packets are
  162.   dropped.  In fact, with BPF and the packet dumper option, a measly
  163.   Sun 3/50 can keep up with a busy network.
  164.  
  165. - Compressed SLIP packets can now be dumped, provided you use our
  166.   SLIP software and BPF.  These packets are dumped as any other IP
  167.   packet; the compressed headers are dumped with the '-e' option.
  168.  
  169. - Machines with little-endian byte ordering are supported (thanks to
  170.   Jeff Mogul).
  171.  
  172. - Ultrix 4.0 is supported (also thanks to Jeff Mogul).
  173.  
  174. - IBM RT and Stanford Enetfilter support has been added by
  175.   Rayan Zachariassen <rayan@canet.ca>.  Tcpdump has been tested under
  176.   both the vanilla Enetfilter interface, and the extended interface
  177.   (#ifdef'd by IBMRTPC) present in the MERIT version of the Enetfilter.
  178.  
  179. - TFTP packets are now printed (requests only).
  180.  
  181. - BOOTP packets are now printed.
  182.  
  183. - SNMP packets are now printed. (thanks to John LoVerso of Xylogics).
  184.  
  185. - Sparc architectures, including the Sparcstation-1, are now
  186.   supported thanks to Steve McCanne and Craig Leres.
  187.  
  188. - SunOS 4 is now supported thanks to Micky Liu of Columbia
  189.   University (micky@cunixc.cc.columbia.edu).
  190.  
  191. - IP options are now printed.
  192.  
  193. - RIP packets are now printed.
  194.  
  195. - There's a -v flag that prints out more information than the
  196.   default (e.g., it will enable printing of IP ttl, tos and id)
  197.   and -q flag that prints out less (e.g., it will disable
  198.   interpretation of AppleTalk-in-UDP).
  199.  
  200. - The grammar has undergone substantial changes (if you have an
  201.   earlier version of tcpdump, you should re-read the manual
  202.   entry).
  203.  
  204.   The most useful change is the addition of an expression
  205.   syntax that lets you filter on arbitrary fields or values in the
  206.   packet.  E.g., "ip[0] > 0x45" would print only packets with IP
  207.   options, "tcp[13] & 3 != 0" would print only TCP SYN and FIN
  208.   packets.
  209.  
  210.   The most painful change is that concatenation no longer means
  211.   "and" -- e.g., you have to say "host foo and port bar" instead
  212.   of "host foo port bar".  The up side to this down is that
  213.   repeated qualifiers can be omitted, making most filter
  214.   expressions shorter.  E.g., you can now say "ip host foo and
  215.   (bar or baz)" to look at ip traffic between hosts foo and bar or
  216.   between hosts foo and baz.  [The old way of saying this was "ip
  217.   host foo and (ip host bar or ip host baz)".]
  218.  
  219. v2.0 Sun Jan 13 12:20:40 PST 1991
  220.  
  221. - Initial public release.
  222.